home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / swf / 85.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as
Text File  |  2003-01-07  |  192b  |  13 lines

  1. on(release){
  2.    if(this._currentframe == 1)
  3.    {
  4.       this.gotoAndStop(2);
  5.       _parent.scelta = 1;
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(1);
  10.       _parent.scelta = 0;
  11.    }
  12. }
  13.